[3.12] Fix flto cflag replacement - #921
Conversation
|
PR #913 accidentally made the debug-Python weak run export unconditional. I checked the release artifact {"noarch": ["python"], "weak": ["python_abi 3.12.* *_cp312", "python 3.12.* *_debug_cpython"]}That is now breaking the normal win-64 Python 3.12 test solve in pywin32-ctypes #20. Before #913, the Since this PR already bumps 3.12 to build 3, can that guard be restored here so the corrected artifacts replace build 2 without another Python rebuild? |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/33684878559. Examine the logs at this URL for more detail. |
|
Thanks for catching this. I confirmed the same issue in the normal Linux x86_64 and aarch64 Python 3.12.14 build-2 artifacts: both export |
|
Thanks for catching this, and apologies; this was a conflict resolution error while rebasing/cherry-picking. Could you send a PR to https://github.com/conda-forge/admin-requests to mark the (release variants of the) |
|
Done: conda-forge/admin-requests#2319. It targets the six Python 3.12.14 build 2 release artifacts. The 3.12 branch has no build 102 release artifacts, so none were available to include. |
|
Thanks |
Backport of #919